home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Frameworks / Recursive Shell 1.0.1 / Examples / ListFiles ƒ / DialogUtil.h < prev    next >
Text File  |  1996-06-14  |  428b  |  17 lines

  1. /********************************************************************************/
  2. //
  3. //    DialogUtil.h
  4. //
  5. //    Interface for DialogUtil.c
  6. //
  7. //    Version 1.0
  8. //
  9. //    Created:    13 May 1996
  10. //    Modified:    14 June 1996
  11. //
  12. /********************************************************************************/
  13.  
  14. extern void DisplayFatalError( Str255 errorString );
  15. extern void DisplayAlert( Str255 errorString );
  16. extern void    ShowAboutBox( void );
  17.